Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

build(deps): bump cdk.version from 1.102.0 to 1.105.0#111

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cdk.version-1.105.0
Closed

build(deps): bump cdk.version from 1.102.0 to 1.105.0#111
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cdk.version-1.105.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 20, 2021

Bumps cdk.version from 1.102.0 to 1.105.0.
Updates core from 1.102.0 to 1.105.0

Release notes

Sourced from core's releases.

v1.105.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: using banner and footer now requires esbuild >= 0.9.0

Features

Bug Fixes

  • cli: Updated typo user to uses (#14357) (7fe329c)
  • core: cannot determine packaging when bundling that produces an archive is skipped (#14372) (163e812), closes #14369
  • ecr: add validations for ECR repository names (#12613) (396dca9), closes #9877
  • lambda: unable to access SingletonFunction vpc connections (#14533) (49d18ab), closes #6261
  • lambda-nodejs: banner and footer values not escaped (#14743) (81aa612), closes #13576
  • pipelines: self-mutating builds cannot be run in privileged mode (#14655) (73b9b4a), closes #11425
  • pipelines: stackOutput generates names too long to be used in useOutputs (#14680) (d81e06d), closes #13552
  • pipelines: synth fails if 'aws-cdk' is not in package.json (#14745) (0b8ee97), closes #14658

v1.104.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigatewayv2: setting the authorizer of an API route to HttpNoneAuthorizer will now remove any existing authorizer on the route

Features

  • appsync: elasticsearch data source for graphql api (#14651) (2337b5d), closes #6063
  • cfnspec: cloudformation spec v35.2.0 (#14610) (799ce1a)
  • cloudwatch: GraphWidget supports period and statistic (#14679) (b240f6e)
  • cloudwatch: time range support for GraphWidget (#14659) (010a6b1), closes #4649
  • ecs: add support for EC2 Capacity Providers (#14386) (114f7cc)
  • secretsmanager: Automatically grant permissions to rotation Lambda (#14471) (85e00fa)

Bug Fixes

  • apigatewayv2: authorizer is not removed when HttpNoneAuthorizer is used (#14424) (3698a91)
  • ecs: Classes FargateService and Ec2Service have no defaultChild (#14691) (348e11e), closes #14665
  • events-targets: circular dependency when adding a KMS-encrypted SQS queue (#14638) (3063818), closes #11158
  • lambda: custom resource fails to connect to efs filesystem (#14431) (10a633c)
  • lambda-event-sources: incorrect documented defaults for stream types (#14562) (0ea24e9), closes #13908
  • lambda-nodejs: handler filename missing from error message (#14564) (256fd4c)

v1.103.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

... (truncated)

Changelog

Sourced from core's changelog.

1.105.0 (2021-05-19)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: using banner and footer now requires esbuild >= 0.9.0

Features

Bug Fixes

  • cli: Updated typo user to uses (#14357) (7fe329c)
  • core: cannot determine packaging when bundling that produces an archive is skipped (#14372) (163e812), closes #14369
  • ecr: add validations for ECR repository names (#12613) (396dca9), closes #9877
  • lambda: unable to access SingletonFunction vpc connections (#14533) (49d18ab), closes #6261
  • lambda-nodejs: banner and footer values not escaped (#14743) (81aa612), closes #13576
  • pipelines: self-mutating builds cannot be run in privileged mode (#14655) (73b9b4a), closes #11425
  • pipelines: stackOutput generates names too long to be used in useOutputs (#14680) (d81e06d), closes #13552
  • pipelines: synth fails if 'aws-cdk' is not in package.json (#14745) (0b8ee97), closes #14658

1.104.0 (2021-05-14)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigatewayv2: setting the authorizer of an API route to HttpNoneAuthorizer will now remove any existing authorizer on the route

Features

  • appsync: elasticsearch data source for graphql api (#14651) (2337b5d), closes #6063
  • cfnspec: cloudformation spec v35.2.0 (#14610) (799ce1a)
  • cloudwatch: GraphWidget supports period and statistic (#14679) (b240f6e)
  • cloudwatch: time range support for GraphWidget (#14659) (010a6b1), closes #4649
  • ecs: add support for EC2 Capacity Providers (#14386) (114f7cc)
  • secretsmanager: Automatically grant permissions to rotation Lambda (#14471) (85e00fa)

Bug Fixes

  • apigatewayv2: authorizer is not removed when HttpNoneAuthorizer is used (#14424) (3698a91)
  • ecs: Classes FargateService and Ec2Service have no defaultChild (#14691) (348e11e), closes #14665
  • events-targets: circular dependency when adding a KMS-encrypted SQS queue (#14638) (3063818), closes #11158
  • lambda: custom resource fails to connect to efs filesystem (#14431) (10a633c)
  • lambda-event-sources: incorrect documented defaults for stream types (#14562) (0ea24e9), closes #13908
  • lambda-nodejs: handler filename missing from error message (#14564) (256fd4c)

... (truncated)

Commits
  • 4813992 chore(release): 1.105.0 (#14761)
  • 0855649 Update CHANGELOG.md
  • 79fb4f3 chore(release): 1.105.0
  • 773ca8c feat(custom-resources): restrict output of AwsCustomResource to list of paths...
  • 2678b71 chore: disable automated dependency upgrades (#14749)
  • beb01b5 revert(lambda-layer-awscli): add awscli v2.2.5 (#14487) (#14744)
  • 0b8ee97 fix(pipelines): synth fails if 'aws-cdk' is not in package.json (#14745)
  • 396dca9 fix(ecr): add validations for ECR repository names (#12613)
  • 81aa612 fix(lambda-nodejs): banner and footer values not escaped (#14743)
  • c7469cf chore: declare more missing dependencies (#14491)
  • Additional commits viewable in compare view

Updates kms from 1.102.0 to 1.105.0

Release notes

Sourced from kms's releases.

v1.105.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: using banner and footer now requires esbuild >= 0.9.0

Features

Bug Fixes

  • cli: Updated typo user to uses (#14357) (7fe329c)
  • core: cannot determine packaging when bundling that produces an archive is skipped (#14372) (163e812), closes #14369
  • ecr: add validations for ECR repository names (#12613) (396dca9), closes #9877
  • lambda: unable to access SingletonFunction vpc connections (#14533) (49d18ab), closes #6261
  • lambda-nodejs: banner and footer values not escaped (#14743) (81aa612), closes #13576
  • pipelines: self-mutating builds cannot be run in privileged mode (#14655) (73b9b4a), closes #11425
  • pipelines: stackOutput generates names too long to be used in useOutputs (#14680) (d81e06d), closes #13552
  • pipelines: synth fails if 'aws-cdk' is not in package.json (#14745) (0b8ee97), closes #14658

v1.104.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigatewayv2: setting the authorizer of an API route to HttpNoneAuthorizer will now remove any existing authorizer on the route

Features

  • appsync: elasticsearch data source for graphql api (#14651) (2337b5d), closes #6063
  • cfnspec: cloudformation spec v35.2.0 (#14610) (799ce1a)
  • cloudwatch: GraphWidget supports period and statistic (#14679) (b240f6e)
  • cloudwatch: time range support for GraphWidget (#14659) (010a6b1), closes #4649
  • ecs: add support for EC2 Capacity Providers (#14386) (114f7cc)
  • secretsmanager: Automatically grant permissions to rotation Lambda (#14471) (85e00fa)

Bug Fixes

  • apigatewayv2: authorizer is not removed when HttpNoneAuthorizer is used (#14424) (3698a91)
  • ecs: Classes FargateService and Ec2Service have no defaultChild (#14691) (348e11e), closes #14665
  • events-targets: circular dependency when adding a KMS-encrypted SQS queue (#14638) (3063818), closes #11158
  • lambda: custom resource fails to connect to efs filesystem (#14431) (10a633c)
  • lambda-event-sources: incorrect documented defaults for stream types (#14562) (0ea24e9), closes #13908
  • lambda-nodejs: handler filename missing from error message (#14564) (256fd4c)

v1.103.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

... (truncated)

Changelog

Sourced from kms's changelog.

1.105.0 (2021-05-19)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • lambda-nodejs: using banner and footer now requires esbuild >= 0.9.0

Features

Bug Fixes

  • cli: Updated typo user to uses (#14357) (7fe329c)
  • core: cannot determine packaging when bundling that produces an archive is skipped (#14372) (163e812), closes #14369
  • ecr: add validations for ECR repository names (#12613) (396dca9), closes #9877
  • lambda: unable to access SingletonFunction vpc connections (#14533) (49d18ab), closes #6261
  • lambda-nodejs: banner and footer values not escaped (#14743) (81aa612), closes #13576
  • pipelines: self-mutating builds cannot be run in privileged mode (#14655) (73b9b4a), closes #11425
  • pipelines: stackOutput generates names too long to be used in useOutputs (#14680) (d81e06d), closes #13552
  • pipelines: synth fails if 'aws-cdk' is not in package.json (#14745) (0b8ee97), closes #14658

1.104.0 (2021-05-14)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigatewayv2: setting the authorizer of an API route to HttpNoneAuthorizer will now remove any existing authorizer on the route

Features

  • appsync: elasticsearch data source for graphql api (#14651) (2337b5d), closes #6063
  • cfnspec: cloudformation spec v35.2.0 (#14610) (799ce1a)
  • cloudwatch: GraphWidget supports period and statistic (#14679) (b240f6e)
  • cloudwatch: time range support for GraphWidget (#14659) (010a6b1), closes #4649
  • ecs: add support for EC2 Capacity Providers (#14386) (114f7cc)
  • secretsmanager: Automatically grant permissions to rotation Lambda (#14471) (85e00fa)

Bug Fixes

  • apigatewayv2: authorizer is not removed when HttpNoneAuthorizer is used (#14424) (3698a91)
  • ecs: Classes FargateService and Ec2Service have no defaultChild (#14691) (348e11e), closes #14665
  • events-targets: circular dependency when adding a KMS-encrypted SQS queue (#14638) (3063818), closes #11158
  • lambda: custom resource fails to connect to efs filesystem (#14431) (10a633c)
  • lambda-event-sources: incorrect documented defaults for stream types (#14562) (0ea24e9), closes #13908
  • lambda-nodejs: handler filename missing from error message (#14564) (256fd4c)

... (truncated)

Commits
  • 4813992 chore(release): 1.105.0 (#14761)
  • 0855649 Update CHANGELOG.md
  • 79fb4f3 chore(release): 1.105.0
  • 773ca8c feat(custom-resources): restrict output of AwsCustomResource to list of paths...
  • 2678b71 chore: disable automated dependency upgrades (#14749)
  • beb01b5 revert(lambda-layer-awscli): add awscli v2.2.5 (#14487) (#14744)
  • 0b8ee97 fix(pipelines): synth fails if 'aws-cdk' is not in package.json (#14745)
  • 396dca9 fix(ecr): add validations for ECR repository names (#12613)
  • 81aa612 fix(lambda-nodejs): banner and footer values not escaped (#14743)
  • c7469cf chore: declare more missing dependencies (#14491)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `cdk.version` from 1.102.0 to 1.105.0.

Updates `core` from 1.102.0 to 1.105.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.102.0...v1.105.0)

Updates `kms` from 1.102.0 to 1.105.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.102.0...v1.105.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 20, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 26, 2021

Superseded by #117.

@dependabot dependabot Bot closed this May 26, 2021
@dependabot dependabot Bot deleted the dependabot/maven/cdk.version-1.105.0 branch May 26, 2021 05:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants